home *** CD-ROM | disk | FTP | other *** search
- :repeat.scr
-
- clear 15
- cursor 2 16
- if accuracy 2 >= pass cursor 19 16
- print 'Your accuracy for this lesson was
- accuracy 2
- print '%.
- if accuracy 2 < pass print ' I suggest you do the lesson again.
- CURSOR 13 18
- print 'If you want to repeat the last lesson then press R.
- hkey 'r
- cursor 17 20
- print 'Otherwise press the SPACE BAR to continue...
- hkey '
-
- :wait_for_space
- wait -
- if key ! 32 if key ! r if key ! R goto wait_for_space
- bkey 'r
- bkey '